home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 013a / kq6demo4.exe / INSTALL.SCR < prev    next >
Text File  |  1992-11-11  |  898b  |  41 lines

  1. space %1: 9869 nospace
  2. godir %1:%4 cantcreate
  3. rem Make the batch files to run the game
  4. copy %2:kq6demo.bat ..\kq6demo.bat
  5. copy %2:*.*
  6. copy %2:kq6dm.bat kq6demo.bat
  7. copy %2:kq6dm.bat sierra.bat
  8. echo %3 > resource.cfg
  9. ren intro.p01 seq.exe
  10.  
  11. exists %2:intro.p02 Please insert the disk labeled "Disk 2" in drive %2:.
  12. copy seq.exe + %2:intro.p02
  13. exists %2:intro.p03 Please insert the disk labeled "Disk 3" in drive %2:.
  14. copy seq.exe + %2:intro.p03
  15. cls
  16. echo
  17. echo  To play the Kings Quest VI Demo now:
  18. echo     Type KQ6DEMO [ENTER].
  19. echo
  20. echo  To play the Kings Quest VI Demo later:
  21. echo     From the directory of %1:%4,
  22. echo     Type KQ6DEMO and press [ENTER].
  23. echo
  24. pause
  25. end
  26. :cantcreate
  27. alert Unable to create directory %1:%4
  28. end
  29. :nospace
  30. cls
  31. echo
  32. echo There is not enough space on %1: to install. 
  33. echo 13.2 megabytes of disk space are necessary.
  34. pause
  35. end
  36.  
  37.  
  38.  
  39.  
  40.  
  41.